home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="" goto :abort
- CLS
- btrhelp %1 -hp B!
- goto :exit
- :abort
- echo ┌──────────────────────────────────────────────────────────┐
- echo │ USAGE: Bedit FILENAME │
- echo │ │
- echo │ The name of file to edit is specified as the parameter. │
- echo └──────────────────────────────────────────────────────────┘
- :exit
- @ECHO ON